func github.com/andybalholm/brotli.hash
5 uses
github.com/andybalholm/brotli (current package)
static_dict.go#L22: func hash(data []byte) uint32 {
static_dict.go#L77: var offset uint = uint(dict.buckets[hash(data)])
static_dict.go#L430: var offset uint = uint(dict.buckets[hash(data[1:])])
static_dict.go#L594: var offset uint = uint(dict.buckets[hash(data[2:])])
static_dict.go#L626: var offset uint = uint(dict.buckets[hash(data[5:])])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |